home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -readerstuff- / matt_briggs / eac / developers / tutorials / tutorial_11.eac < prev    next >
Encoding:
Text File  |  1999-04-21  |  441 b   |  20 lines

  1.         .----------------------------------------------------.
  2.         |  This example shows you how to use the WRITEIF: ,  |
  3.         |            ENDWRITE: and RND: commands.            |
  4.         `----------------------------------------------------'
  5.  
  6. DEC:Number=0
  7. NOBUSY:
  8.  
  9. PAGE:START
  10. RND:Number:2
  11.  
  12. WRITEIF:Number=0
  13. Random number = 0
  14. ENDWRITE:
  15. WRITEIF:Number=1
  16. Random number = 1
  17. ENDWRITE:
  18. ADDOPT:Select another random number:START
  19. ENDPAGE:
  20.